平时成绩占50%,期末考试占50%。请时刻注意自己已得分数。
相关资料到百度网盘下载,作业、设计过程及内容要求在作业栏目提交。
新注册学生请先选择课程,才能进入作业。
// ==UserScript== // @name yongcunCSS美化脚本 OSMCC(Open Source Misguided Css Changer) // @namespace http://tampermonkey.net/ // @version 0.1 // @description change yongcun.cc's css // @author Lingyunmo // @match http://41.h.yongcun.cc:800/* // @icon http://41.h.yongcun.cc:800/favicon.ico // @grant none // @license MIT // ==/UserScript== (function() { 'use strict'; var customStyles = ` body { background-color: #add8e6; font-family: Arial, sans-serif; } h1#csharp-text { color: blue; text-align: center; } a { color: #800080; text-decoration: none; } table { border-collapse: separate; border-spacing: 0 10px; border-radius: 10px; overflow: hidden; } td, th { padding: 10px; border: 1px solid #dddddd; text-align: center; background-color: #add8e6; } th { background-color: #add8e6; } div.content { margin-top: 20px; } div.content p { margin-bottom: 10px; } div.footer { text-align: center; margin-top: 20px; } .footer p { display: inline-block; margin: 10px; } `; var appStyles = ` #app { text-align: center; margin: auto; width: 80%; background-color: #add8e6; } #app table { border-collapse: collapse; width: 100%; border: 5px solid #A7EFD0; background-color: #A7EFD0; } #app th, #app td { padding: 8px; text-align: left; background-color: #add8e6; } #app th { width: 85px; } #app td:first-child { width: 85px; white-space: nowrap; } #app pre { white-space: pre-wrap; margin: 0; font-size: 20px; font-weight: bold; color: darkblue; } #app input[type="text"] { width: 100%; box-sizing: border-box; } `; var styleElement = document.createElement('style'); styleElement.innerHTML = customStyles; document.head.appendChild(styleElement); var cSharpText = "
平时成绩占50%,期末考试占50%。请时刻注意自己已得分数。
相关资料到百度网盘下载,作业、设计过程及内容要求在作业栏目提交。
新注册学生请先选择课程,才能进入作业。